home *** CD-ROM | disk | FTP | other *** search
/ Business Shareware / Business Shareware.iso / start / gfxapps / techplt1 / tpsheet4.hlp < prev    next >
Text File  |  1992-09-11  |  4KB  |  186 lines

  1. ** File: TPSheet4.hlp
  2. ** Index: 24
  3.  
  4. ** Sheet View's Column Menu Commands
  5.  
  6.  
  7. █  Column menu
  8.  
  9.     This menu contains commands that
  10. relate to column creation and
  11. information.  Most of the commands in
  12. this menu will display a dialog box.
  13.  
  14.  
  15. █  Create Column
  16.  
  17.     This menu item contains three column
  18. creation commands.  These commands
  19. produce smooth function plots.
  20.  
  21.  
  22. █  2D Curve Data
  23.  
  24.     This command displays the Create 2D
  25. Curve Data dialog box.  The dialog box
  26. contains several inputlines that let you
  27. type in the function, data positions, as
  28. well as other specifications.
  29.  
  30.     For example, if you type in function
  31. string as 'Y=SQR(X)+2' and X MinVal=0,
  32. MaxVal=4, and  NumPoints=5, the result is
  33. as follows:
  34.        X    Y
  35.        0    2
  36.        1    3
  37.        2    6
  38.        3    11
  39.        4    18
  40.  
  41.  
  42. █  3D Surface Data
  43.  
  44.     This command displays the Create 3D
  45. Surface Data dialog box.
  46.  
  47.     For example, if you type in function
  48. string as 'Z=X+2*Y' and X from 0 to 2
  49. with xMeshNum=2 and Y from 1 to 5 with
  50. yMeshNum=2, the result is as follows:
  51.        X    Y    Z
  52.        0    1    2
  53.        1    1    3
  54.        2    1    4
  55.        0    3    6
  56.        1    3    7
  57.        2    3    8
  58.        0    5    10
  59.        1    5    11
  60.        2    5    12
  61.  
  62.  
  63. █  3D Bar Data
  64.  
  65.     This command displays the Create 3D
  66. Bar Data dialog box.
  67.  
  68.     For example, if you type in function
  69. string as 'Z=X+2*Y' and X from 0 to 2
  70. with xDataNum=3 and Y from 1 to 5 with
  71. yDataNum=3, the result is as follows:
  72.        X    Y    Z
  73.        0    1    2
  74.        1    1    3
  75.        2    1    4
  76.        0    3    6
  77.        1    3    7
  78.        2    3    8
  79.        0    5    10
  80.        1    5    11
  81.        2    5    12
  82.  
  83.  
  84. █  Curve Data
  85.  
  86.     This command displays the Create 3D
  87. Curve Data dialog box.
  88.  
  89.     For example, if you type in the
  90. following dialog box input:
  91.         X Function: T
  92.         Y Function: T+2
  93.         Z Function: T*T
  94.         T: MinVal: 0    MaxVal: 1.0
  95.         DesColPos: 2    NumPoints: 11
  96.  
  97.     The result is as follows:
  98.         X        Y        Z
  99.         0.0        2.0        0.0
  100.         0.1        2.1        0.01
  101.         0.2        2.2        0.04
  102.         0.3        2.3        0.09
  103.         0.4        2.4        0.16
  104.         0.5        2.5        0.25
  105.         0.6        2.6        0.36
  106.         0.7        2.7        0.49
  107.         0.8        2.8        0.64
  108.         0.9        2.9        0.81
  109.         1.0        3.0        1.0
  110.  
  111.  
  112. █  Calculate Value
  113.  
  114.     This command calculates any data
  115. value for the current column if it is a
  116. calculated column.  A calculated column
  117. is a column created either by a
  118. user-defined function, or via
  119. interpolation, or via curve fitting.
  120.  
  121.  
  122. █  Rank
  123.  
  124.     This command performs ranking of the
  125. current column (the column which contains
  126. the currently active cell).  It replaces
  127. values with their positions in a list
  128. sorted in ascending order.  Equal values
  129. are given the mean of the ranks they
  130. would have been given had they differed
  131. slightly.  Missing values are ignored.
  132.  
  133.  
  134. █  Normalize
  135.  
  136.     This command does the normalization of
  137. the current column (the column which
  138. contains the currently active cell).
  139. Normalization of a column data is to assume
  140. that the column data values are from a
  141. normal distribution with a population mean
  142. and variance equal to those of the samples.
  143. Each value is replaced with its Z-score,
  144. i.e. the value it would have in the same
  145. position in the standard normal
  146. distribution (mean 0 and variance 1).
  147. Missing values are ignored.
  148.  
  149.  
  150. █  Frequency Count
  151.  
  152.     The Column | Frequency Count command
  153. lets you count the number of points in a
  154. data range for the selected column.
  155.  
  156.  
  157. █  Sieve
  158.  
  159.     This command does data sieving based
  160. on a selected data column.  This is useful
  161. in certain situations, for example, where
  162. instruments are recording large amounts of
  163. data automatically and there may be more
  164. data points than necessary for plotting.
  165. With data sieving, you can select only
  166. part of a column to create a new column
  167. and plot it.
  168.  
  169.  
  170. █  Difference
  171.  
  172.     This command creates a new column based
  173. on a selected column using the difference
  174. between two consecutive rows.  i.e.
  175.      B[i]:=A[i+1]-A[i], for i:=1 to N-1.
  176. N is the number of points in column A.
  177.  
  178.  
  179. █  Column Info
  180.  
  181.     This command displays the Column
  182. Information dialog box which shows the
  183. current column information such as column
  184. name, min and max value, if column is
  185. calculated or observed, etc.
  186.